GetFramesWithManifestsResponse

data class GetFramesWithManifestsResponse(frameIds: List<FrameWithManifest>)

Represents response frame that is returned from ApplicationCache#getFramesWithManifests operation call. Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.

See also

Constructors

GetFramesWithManifestsResponse
Link copied to clipboard
fun GetFramesWithManifestsResponse(frameIds: List<FrameWithManifest>)

Properties

frameIds
Link copied to clipboard
val frameIds: List<FrameWithManifest>
Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.

Sources

jvm source
Link copied to clipboard